From: kaf24@firebug.cl.cam.ac.uk Date: Thu, 18 May 2006 09:04:26 +0000 (+0100) Subject: [NET] front: Minor style fix and eliminate Emacs style comment which X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16047^2~41 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=93c5c9d18164b97c1502a181419416a7f4a0260e;p=xen.git [NET] front: Minor style fix and eliminate Emacs style comment which is considered poor taste by current kernel community. Signed-off-by: Stephen Hemminger --- diff --git a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c index 0017a90794..e939df2341 100644 --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c @@ -1,25 +1,25 @@ /****************************************************************************** * Virtual network driver for conversing with remote driver backends. - * + * * Copyright (c) 2002-2005, K A Fraser * Copyright (c) 2005, XenSource Ltd - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation; or, when distributed * separately from the Linux kernel or incorporated into other * software packages, subject to the following license: - * + * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this source file (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, * merge, publish, distribute, sublicense, and/or sell copies of the Software, * and to permit persons to whom the Software is furnished to do so, subject to * the following conditions: - * + * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -75,8 +75,7 @@ static inline void init_skb_shinfo(struct sk_buff *skb) skb_shinfo(skb)->frag_list = NULL; } -struct netfront_info -{ +struct netfront_info { struct list_head list; struct net_device *netdev; @@ -1501,14 +1500,3 @@ static void xennet_proc_delif(struct net_device *dev) } #endif - - -/* - * Local variables: - * c-file-style: "linux" - * indent-tabs-mode: t - * c-indent-level: 8 - * c-basic-offset: 8 - * tab-width: 8 - * End: - */